
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/
@charset "utf-8";
/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }

/*内链替换的继承父样式*/
.inherit_the_style{color:inherit;font-weight:inherit;font-size:inherit;background:inherit;display:unset;margin:0;padding:0}

body{ background-position:left top; }


 #image_style_01_1501763633528{width:1%;height:17px;position:absolute;top:7px;left:14.916666666666668%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1501763633528{top:7px;left:18.30925238600212%;}}   @media screen and (max-width:640px) {#image_style_01_1501763633528{width:3.1578947368421053%;height:17px;top:27px;left:1.875%;z-index:4;}} #image_style_01_1501763633528 > .view_contents{overflow:visible;} 

 #text_style_02_1501763581556{width:15.583333333333332%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:0px;left:0%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1501763581556{top:0px;left:0.7423117709437964%;width:174px;}}   @media screen and (max-width:640px) {#text_style_02_1501763581556{width:53.75%;top:1px;left:1.875%;z-index:4;}}  #text_style_02_1501763581556>.view_contents {box-sizing:border-box;color:#ffffff;font-size:12px;font-family:Microsoft YaHei;line-height:30px;height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1501763581556>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1501763581556>.view_contents {box-sizing:border-box;font-size:10px;}}

 #text_style_02_1501763845372{width:12.166666666666668%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:0px;left:16.458333333333332%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1501763845372{width:161px;top:0px;left:19.6381230116649%;}}   @media screen and (max-width:640px) {#text_style_02_1501763845372{width:38.75%;top:21.5px;left:6.808333333333333%;z-index:4;}}  #text_style_02_1501763845372>.view_contents {box-sizing:border-box;color:#ffffff;font-size:12px;font-family:Microsoft YaHei;line-height:30px;height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1501763845372>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1501763845372>.view_contents {box-sizing:border-box;}}

 #div_blank_1482557786009{width:300%;height:32px;position:absolute;left:-100%;top:0px;display:block;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1482557786009{display:block;}}   @media screen and (max-width:640px) {#div_blank_1482557786009{width:100%;height:50px;left:0%;top:0px;display:block;z-index:2;}} #div_blank_1482557786009 > .view_contents{overflow:hidden;}  #div_blank_1482557786009  {box-sizing:border-box;background:#444444;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1482557786009  {box-sizing:border-box;background:#333333;}} @media screen and (max-width:640px) { #div_blank_1482557786009  {box-sizing:border-box;background:#373738;}}

 #image_logo_1481338502542{width:26.083333333333332%;height:80px;top:47.5px;position:absolute;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1481338502542{}}   @media screen and (max-width:640px) {#image_logo_1481338502542{height:56px;width:53.333333333333336%;left:2%;top:61.5px;z-index:2;}} 

 #dh_style_01_1481338611909{width:75.91666666666667%;z-index:9999;left:24.083333333333336%;top:77px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1481338611909{z-index:999;}}   @media screen and (max-width:640px) {#dh_style_01_1481338611909{width:11.466666666666667%;z-index:5;left:87.06666666666666%;top:61.5px;}} #dh_style_01_1481338611909 > .view_contents{overflow:visible;}  #dh_style_01_1481338611909 .subMenuSet {font-family:Microsoft YaHei;font-size:15px;color:#3f3a39;line-height:20px;} #dh_style_01_1481338611909 .thrMenuSet {font-family:Microsoft YaHei;font-size:15px;color:#3f3a39;line-height:20px;} #dh_style_01_1481338611909 .mainMenuSet {font-family:Microsoft YaHei;font-size:15px;text-hover-color:#004ea2;color:#3f3a39;text-color:#3f3a39;line-height:20px;} #dh_style_01_1481338611909 .mainMenuSet:hover {color:#004ea2;} #dh_style_01_1481338611909 #hot>a {color:#004ea2;} #dh_style_01_1481338611909 .subMenuSet:hover {color:#004ea2;} #dh_style_01_1481338611909 .subCurSet {color:#004ea2;} #dh_style_01_1481338611909 .thrMenuSet:hover {color:#004ea2;} #dh_style_01_1481338611909 .thrCurSet {color:#004ea2;} #dh_style_01_1481338611909 .mainMenuSet:active {background:#004ea2;color:#ffffff;}

 #user_style_05_1554865531449{width:28.999999999999996%;position:absolute;top:42.5px;left:71%;}   @media screen and (min-width:641px) and (max-width:1200px) {#user_style_05_1554865531449{}}   @media screen and (max-width:640px) {#user_style_05_1554865531449{width:34.66666666666667%;top:71.5px;left:50.6625%;}}  #user_style_05_1554865531449 .textSet {font-size:15px;text-align:center;}

 #text_style_02_1501984285494{width:5.416666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:7px;left:78.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1501984285494{width:62px;}}   @media screen and (max-width:640px) {#text_style_02_1501984285494{width:18.421052631578945%;top:24.5px;left:64.59166666666667%;z-index:2;}}  #text_style_02_1501984285494>.view_contents {box-sizing:border-box;color:#ffffff;font-size:14px;line-height:20px;height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1501984285494>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1501984285494>.view_contents {box-sizing:border-box;font-size:12px;}}

 #image_style_01_1501763961425{width:1.3333333333333335%;height:11px;position:absolute;top:13px;left:76.58333333333334%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1501763961425{}}   @media screen and (max-width:640px) {#image_style_01_1501763961425{width:4.2105263157894735%;height:11px;top:29px;left:58.791666666666664%;z-index:4;}} #image_style_01_1501763961425 > .view_contents{overflow:visible;} 

 #image_style_01_1501764048713{width:1.3333333333333335%;height:11px;position:absolute;top:14px;left:84.83333333333334%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1501764048713{}}   @media screen and (max-width:640px) {#image_style_01_1501764048713{width:4.2105263157894735%;height:10px;top:30px;left:79.45833333333333%;z-index:4;}} #image_style_01_1501764048713 > .view_contents{overflow:visible;} 

 #lang_style_1_1501816268631{width:6.083333333333334%;position:absolute;top:4.5px;left:86.16666666666667%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#lang_style_1_1501816268631{}}   @media screen and (max-width:640px) {#lang_style_1_1501816268631{width:17.894736842105264%;top:20.5px;left:82.10416666666667%;z-index:3;}}  #lang_style_1_1501816268631 .textSet {color:#ffffff;line-height:10px;} @media screen and (max-width:640px) { #lang_style_1_1501816268631 .textSet {font-size:12px;}} #comm_layout_header{height:128px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:127.5px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:117.5px;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;}  #comm_layout_header  {background:#ffffff;}


 #banner_style_01_1501561563244{width:1900px;height:508px;position:absolute;top:0px;left:calc(50% - 950px);z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1501561563244{}}   @media screen and (max-width:640px) {#banner_style_01_1501561563244{width:100%;height:180px;top:0px;left:0%;}}  #layout_1501561553038{height:508px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1501561553038{height:481px;}}   @media screen and (max-width:640px) {#layout_1501561553038{height:181px;}} #layout_1501561553038 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1501561553038  {}
 #layout_1553568762088{height:35px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1553568762088{}}   @media screen and (max-width:640px) {#layout_1553568762088{height:46px;}} #layout_1553568762088 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1553568762088  {background:#f4f4f4;}


 #text_style_02_1503049525236{width:48.333333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:111.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1503049525236{}}   @media screen and (max-width:640px) {#text_style_02_1503049525236{width:96%;top:334px;left:2%;}}  #text_style_02_1503049525236>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;line-height:30px;text-indent:2em;text-align:justify;color:#7f7f7f;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1503049525236>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1503049525236>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1554716466070{width:5.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:395px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1554716466070{width:90px;left:0%;top:444px;}}   @media screen and (max-width:640px) {#text_style_01_1554716466070{width:26.666666666666668%;top:729px;left:71.33333333333334%;}}  #text_style_01_1554716466070>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;text-align:center;border-style:solid;border-width:1px;border-top:none !important;border-right:none !important;border-left:none !important;letter-spacing:1px;color:#7f7f7f;} #text_style_01_1554716466070 .view_contents:hover {font-size:15px;font-family:Microsoft YaHei;color:#f08200;} #text_style_01_1554716466070 .view_contents:active {font-family:Microsoft YaHei;text-align:center;font-size:15px;color:#f08200;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1554716466070>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1554716466070>.view_contents {box-sizing:border-box;font-size:15px;}}

 #text_style_01_1553479004066{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:60px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553479004066{}}   @media screen and (max-width:640px) {#text_style_01_1553479004066{width:96%;top:290px;left:2%;}}  #text_style_01_1553479004066>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#cccccc;line-height:22px;height:22px;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553479004066>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1553479004066>.view_contents {box-sizing:border-box;font-size:14px;}}

 #div_a_includeBlock_1557191372098{width:2.666666666666667%;height:1px;position:absolute;top:91px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1557191372098{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1557191372098{width:12.8%;height:1px;top:312px;left:2%;}}  #div_a_includeBlock_1557191372098  {background:#7f7f7f;}

 #image_style_01_1557191492339{width:45.166666666666664%;height:371px;position:absolute;top:61px;left:54.833333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1557191492339{}}   @media screen and (max-width:640px) {#image_style_01_1557191492339{width:96%;height:171px;top:40px;left:2%;}} #image_style_01_1557191492339 > .view_contents{overflow:visible;} 

 #text_style_02_1557192473462{width:22.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:28px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1557192473462{}}   @media screen and (max-width:640px) {#text_style_02_1557192473462{width:96%;top:262px;left:2%;}}  #text_style_02_1557192473462>.view_contents {box-sizing:border-box;font-size:22px;color:#4c4c4c;font-family:Microsoft YaHei;text-align:left;line-height:30px;height:30px;font-weight:normal;} #text_style_02_1557192473462 .view_contents:hover {color:#f08200;} #text_style_02_1557192473462 .view_contents:active {color:#f08200;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1557192473462>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1557192473462>.view_contents {box-sizing:border-box;font-size:18px;}} #layout_1553479016625{height:531px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1553479016625{}}   @media screen and (max-width:640px) {#layout_1553479016625{height:775px;}} #layout_1553479016625 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1553479016625  {background:#f4f4f4;}
 #layout_1554714318571{height:35px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1554714318571{}}   @media screen and (max-width:640px) {#layout_1554714318571{height:1px;}} #layout_1554714318571 > .view_contents{overflow:visible;max-width:1200px;} 


 #productList_style_11_1554705711243{width:100%;position:absolute;top:109px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_11_1554705711243{left:calc(50% - 471.5px);top:99px;}}   @media screen and (max-width:640px) {#productList_style_11_1554705711243{width:96%;top:74px;left:2%;}} #productList_style_11_1554705711243 > .view_contents{overflow:visible;}  #productList_style_11_1554705711243 #pagecurSet {background:#f08200;} #productList_style_11_1554705711243 .btnaSet {background:#f08200;} #productList_style_11_1554705711243 .priceSet {color:#f08200;} #productList_style_11_1554705711243 .vipSet {color:#f08200;} #productList_style_11_1554705711243 .zhekouSet {color:#f08200;} #productList_style_11_1554705711243 .unitSet {color:#f08200;} #productList_style_11_1554705711243 .page_btn .pageSet:hovert {background:#f08200;} #productList_style_11_1554705711243 .page_btn .pageSet:hover {background:#f08200;}

 #text_style_02_1554704357939{width:30.083333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:63px;left:34.95833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1554704357939{}}   @media screen and (max-width:640px) {#text_style_02_1554704357939{width:96%;top:40px;left:2%;}}  #text_style_02_1554704357939>.view_contents {box-sizing:border-box;font-size:12px;color:#b0b0b0;font-family:Microsoft YaHei;text-align:center;height:22px;line-height:22px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1554704357939>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1554704357939>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_02_1554704353418{width:22.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:33px;left:38.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1554704353418{}}   @media screen and (max-width:640px) {#text_style_02_1554704353418{width:96%;top:10px;left:2%;}}  #text_style_02_1554704353418>.view_contents {box-sizing:border-box;font-size:22px;color:#4c4c4c;font-family:Microsoft YaHei;text-align:center;line-height:30px;height:30px;font-weight:normal;} #text_style_02_1554704353418 .view_contents:hover {color:#f08200;} #text_style_02_1554704353418 .view_contents:active {color:#f08200;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1554704353418>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1554704353418>.view_contents {box-sizing:border-box;font-size:18px;}} #layout_1554714292149{height:659px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1554714292149{height:1341px;}}   @media screen and (max-width:640px) {#layout_1554714292149{height:1162px;}} #layout_1554714292149 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1554714292149  {}


 #text_style_02_1553486072225{width:91.16666666666666%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:186px;left:4.416666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1553486072225{}}   @media screen and (max-width:640px) {#text_style_02_1553486072225{width:96%;top:94px;left:2%;}}  #text_style_02_1553486072225>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;line-height:22px;text-indent:0em;text-align:center;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1553486072225>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1553486072225>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1557192534653{width:5.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:271px;left:47.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1557192534653{}}   @media screen and (max-width:640px) {#text_style_01_1557192534653{width:30.4%;top:179px;left:34.8%;}}  #text_style_01_1557192534653>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;text-align:center;border-style:solid;border-width:1px;border-top:none !important;border-right:none !important;border-left:none !important;letter-spacing:1px;color:#ffffff;} #text_style_01_1557192534653 .view_contents:hover {font-size:15px;font-family:Microsoft YaHei;color:#f08200;} #text_style_01_1557192534653 .view_contents:active {font-family:Microsoft YaHei;text-align:center;font-size:15px;color:#f08200;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1557192534653>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1557192534653>.view_contents {box-sizing:border-box;font-size:15px;}}

 #text_style_02_1553485886678{width:22.666666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:89.8125px;left:38.66666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1553485886678{}}   @media screen and (max-width:640px) {#text_style_02_1553485886678{width:41.93684210526317%;top:53px;left:29.031578947368416%;}}  #text_style_02_1553485886678>.view_contents {box-sizing:border-box;font-size:22px;color:#ffffff;font-family:Microsoft YaHei;text-align:center;line-height:30px;height:30px;font-weight:normal;} #text_style_02_1553485886678 .view_contents:hover {color:#f08200;} #text_style_02_1553485886678 .view_contents:active {color:#f08200;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1553485886678>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1553485886678>.view_contents {box-sizing:border-box;font-size:18px;}}

 #text_style_02_1553486036239{width:17%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:121.8125px;left:41.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1553486036239{}}   @media screen and (max-width:640px) {#text_style_02_1553486036239{width:60.30000000000002%;top:31px;left:19.84999999999999%;}}  #text_style_02_1553486036239>.view_contents {box-sizing:border-box;font-size:12px;color:#ffffff;font-family:Microsoft YaHei;text-align:center;height:22px;line-height:22px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1553486036239>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1553486036239>.view_contents {box-sizing:border-box;font-size:12px;}} #layout_1553485235242{height:375px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1553485235242{}}   @media screen and (max-width:640px) {#layout_1553485235242{height:237px;}} #layout_1553485235242 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1553485235242  {background: url(../img/upimages/20190507091850330.jpg);} @media screen and (max-width:640px) { #layout_1553485235242  {background-position:50% 0% !important;background-repeat:no-repeat!important;}}
 #layout_1553486308621{height:35px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1553486308621{}}   @media screen and (max-width:640px) {#layout_1553486308621{height:1px;}} #layout_1553486308621 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1557192800108{width:22.666666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:26.8125px;left:38.666666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1557192800108{}}   @media screen and (max-width:640px) {#text_style_02_1557192800108{width:96%;top:20px;left:2%;}}  #text_style_02_1557192800108>.view_contents {box-sizing:border-box;font-size:22px;color:#4c4c4c;font-family:Microsoft YaHei;text-align:center;line-height:30px;height:30px;font-weight:normal;} #text_style_02_1557192800108 .view_contents:hover {color:#f08200;} #text_style_02_1557192800108 .view_contents:active {color:#f08200;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1557192800108>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1557192800108>.view_contents {box-sizing:border-box;font-size:18px;}}

 #text_style_02_1557193400204{width:17%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:56.8125px;left:41.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1557193400204{}}   @media screen and (max-width:640px) {#text_style_02_1557193400204{width:96%;top:50px;left:2%;}}  #text_style_02_1557193400204>.view_contents {box-sizing:border-box;font-size:12px;color:#b2b2b2;font-family:Microsoft YaHei;text-align:center;height:22px;line-height:22px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1557193400204>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1557193400204>.view_contents {box-sizing:border-box;font-size:12px;}}

 #image_style_11_1557193577280{width:1200px;position:absolute;top:179px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_11_1557193577280{left:calc(50% - 465.5px);top:166px;width:931px;}}   @media screen and (max-width:640px) {#image_style_11_1557193577280{width:96%;top:158px;left:2%;}} #image_style_11_1557193577280 > .view_contents{overflow:visible;} 

 #text_style_02_1557193877616{width:91.16666666666666%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:98px;left:4.416666666666671%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1557193877616{}}   @media screen and (max-width:640px) {#text_style_02_1557193877616{width:96%;top:82px;left:2%;}}  #text_style_02_1557193877616>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;line-height:22px;text-indent:0em;text-align:center;color:#999999;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1557193877616>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1557193877616>.view_contents {box-sizing:border-box;font-size:14px;}} #layout_1557192441556{height:578px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1557192441556{height:481px;}}   @media screen and (max-width:640px) {#layout_1557192441556{height:659px;}} #layout_1557192441556 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1557195468260{width:5.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:32px;left:93.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1557195468260{width:65px;left:91.87102332979852%;}}   @media screen and (max-width:640px) {#text_style_01_1557195468260{width:28.53333333333333%;top:31px;left:69.46666666666667%;}}  #text_style_01_1557195468260>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;text-align:center;border-style:solid;border-width:1px;border-top:none !important;border-right:none !important;border-left:none !important;letter-spacing:1px;color:#b2b2b2;} #text_style_01_1557195468260 .view_contents:hover {font-size:15px;font-family:Microsoft YaHei;color:#f08200;} #text_style_01_1557195468260 .view_contents:active {font-family:Microsoft YaHei;text-align:center;font-size:15px;color:#f08200;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1557195468260>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1557195468260>.view_contents {box-sizing:border-box;font-size:15px;}}

 #text_style_02_1553497111974{width:17.166666666666668%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:21px;left:0.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1553497111974{}}   @media screen and (max-width:640px) {#text_style_02_1553497111974{width:96%;top:10px;left:2%;}}  #text_style_02_1553497111974>.view_contents {box-sizing:border-box;font-size:22px;color:#4c4c4c;font-family:Microsoft YaHei;text-align:left;line-height:30px;height:30px;font-weight:normal;} #text_style_02_1553497111974 .view_contents:hover {font-family:Microsoft YaHei;color:#f08200;} #text_style_02_1553497111974 .view_contents:active {color:#f08200;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1553497111974>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1553497111974>.view_contents {box-sizing:border-box;font-size:18px;}}

 #text_style_02_1553497150877{width:17%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:51px;left:0.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1553497150877{}}   @media screen and (max-width:640px) {#text_style_02_1553497150877{width:96%;top:40px;left:2%;}}  #text_style_02_1553497150877>.view_contents {box-sizing:border-box;font-size:12px;color:#b2b2b2;font-family:Microsoft YaHei;text-align:left;height:22px;line-height:22px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1553497150877>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1553497150877>.view_contents {box-sizing:border-box;font-size:12px;}} #layout_1553568870381{height:86px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1553568870381{}}   @media screen and (max-width:640px) {#layout_1553568870381{height:70px;}} #layout_1553568870381 > .view_contents{overflow:visible;max-width:1200px;} 


 #newsList_style_02_1554865831763{width:53%;position:absolute;top:1.5px;left:47%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_02_1554865831763{}}   @media screen and (max-width:640px) {#newsList_style_02_1554865831763{width:96%;top:310px;left:2%;}} 

 #banner_style_01_1554865994136{width:44.166666666666664%;height:286px;position:absolute;top:1.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1554865994136{}}   @media screen and (max-width:640px) {#banner_style_01_1554865994136{width:100%;height:300px;top:0px;left:0%;}}  #layout_1553497260800{height:308.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1553497260800{}}   @media screen and (max-width:640px) {#layout_1553497260800{height:650px;}} #layout_1553497260800 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1554704329586{height:35px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1554704329586{}}   @media screen and (max-width:640px) {#layout_1554704329586{height:52px;}} #layout_1554704329586 > .view_contents{overflow:visible;max-width:1200px;} 



 #text_style_02_1502088841734{width:21.712538226299692%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:64px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1502088841734{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1502088841734{width:370px;top:31px;left:0%;}}  #text_style_02_1502088841734>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:14px;line-height:25px;height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1502088841734>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1502088841734>.view_contents {box-sizing:border-box;font-size:12px;height:20px;line-height:20px;text-align:center;}}

 #text_style_02_1502088991175{width:65.15151515151516%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:39px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1502088991175{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1502088991175{width:370px;top:96px;left:0%;}}  #text_style_02_1502088991175>.view_contents {box-sizing:border-box;color:#ffffff;font-size:14px;font-family:Microsoft YaHei;line-height:25px;height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1502088991175>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1502088991175>.view_contents {box-sizing:border-box;font-size:12px;line-height:24px;height:48px;text-align:center;}}

 #text_style_02_1481338718828{width:79.9552071668533%;font-size:24px!important;color:#ffffff;line-height:50px;font-family:microsoft yahei;top:0px;position:absolute;left:0%;text-align:center;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1481338718828{text-align:center;color:#ffffff;}}   @media screen and (max-width:640px) {#text_style_02_1481338718828{width:96%;left:2%;text-align:center;top:0px;}}  #text_style_02_1481338718828>.view_contents {box-sizing:border-box;line-height:30px;font-family:Microsoft YaHei;color:#ffffff;font-size:20px;text-align:left;height:30px;} #text_style_02_1481338718828  {font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1481338718828>.view_contents {box-sizing:border-box;color:#ffffff;}} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1481338718828  {color:#ffffff;}} @media screen and (max-width:640px) { #text_style_02_1481338718828>.view_contents {box-sizing:border-box;font-size:19px;line-height:30px;text-align:center;}}

 #text_style_01_1554880417199{width:23.381770145310433%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:92.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1554880417199{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1554880417199{width:96%;top:144px;left:1.5888342696629212%;}}  #text_style_01_1554880417199>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#b2b2b2;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1554880417199>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1554880417199>.view_contents {box-sizing:border-box;text-align:center;}}

 #text_style_02_1554880462209{width:23.853211009174313%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:64px;left:21.712538226299692%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1554880462209{}}   @media screen and (max-width:640px) {#text_style_02_1554880462209{width:96%;top:51px;left:1.5888342696629212%;}}  #text_style_02_1554880462209>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:14px;line-height:25px;height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1554880462209>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1554880462209>.view_contents {box-sizing:border-box;font-size:12px;height:20px;line-height:20px;text-align:center;}}

 #text_style_02_1554880497631{width:29.204892966360855%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:64px;left:45.56574923547401%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1554880497631{}}   @media screen and (max-width:640px) {#text_style_02_1554880497631{width:96%;top:71px;left:1.5888342696629212%;}}  #text_style_02_1554880497631>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:14px;line-height:25px;height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1554880497631>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1554880497631>.view_contents {box-sizing:border-box;font-size:12px;height:20px;line-height:20px;text-align:center;}}

 #text_style_01_1576809530249{width:19.815059445178335%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:20.597341479524438%;top:92.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1576809530249{}}   @media screen and (max-width:640px) {#text_style_01_1576809530249{width:100%;top:169px;left:0%;}}  #text_style_01_1576809530249>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#b2b2b2;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1576809530249>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1576809530249>.view_contents {box-sizing:border-box;text-align:center;}}
 #div_includeBlock_1502088698055{width:63.083333333333336%;height:128px;position:absolute;top:43.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1502088698055{}}   @media screen and (max-width:640px) {#div_includeBlock_1502088698055{width:95%;height:179px;top:147px;left:2.8916666666666666%;}} 

 #image_style_01_1501984935679{width:102px;height:103px;position:absolute;top:43.5px;left:74.08333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1501984935679{}}   @media screen and (max-width:640px) {#image_style_01_1501984935679{width:30.933333333333334%;height:114px;top:22px;left:15.6%;}} #image_style_01_1501984935679 > .view_contents{overflow:visible;} 

 #image_style_01_1557196373819{width:102px;height:102px;position:absolute;top:43.5px;left:84%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1557196373819{}}   @media screen and (max-width:640px) {#image_style_01_1557196373819{width:30.933333333333334%;height:114px;top:22px;left:52.26666666666666%;}} #image_style_01_1557196373819 > .view_contents{overflow:visible;}  #comm_layout_footer{height:191px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:238px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:337px;}} #comm_layout_footer > .view_contents{max-width:1200px;}  #comm_layout_footer  {background:transparent url(../img/upimages/pkgimg/bottom.jpg);}
/*弹窗效果*/
.PopUpLogin #popUpLogin-t ul{overflow:hidden;zoom:1;font-family:"Microsoft YaHei","verdana"}
.PopUpLogin #popUpLogin-t li{float:left;padding:0px 6px;list-style-type:none}
/* .PopUpLogin #popUpLogin-t li.w{font-size:12px;color:#aaa;line-height:22px;} */
.PopUpLogin a{text-decoration:none;color: inherit;font-size:12px;}
.PopUpLogin .shadows{background:rgba(0,0,0,0.3);width:100%;height:100%;position:fixed;top:0;left:0;z-index:2147483640;display:none;}

.PopUpLogin #userQQLi img{cursor:pointer;vertical-align:middle}
.PopUpLogin #userWXLi img{cursor:pointer}

#popUpLoginMain {display:none;background:url(/images/v8/../res/user/style_05/showloginbg.png) left top no-repeat;width:490px;height:280px;padding:8px;border-radius:5px;position:fixed;top:50%;left:50%;margin:-140px 0 0 -245px;z-index:200000;opacity:0;}
#popUpLoginMain  .LoginMain{background:#fff;height:240px;border-radius:5px;padding:15px 25px 25px 25px}
#popUpLoginMain .closepopUp{float:right;margin: -5px -5px 0 0;width:30px;height:30px;}

#popUpLoginMain #uLoginName{font-size:18px;font-weight:normal;font-family:"Microsoft Yahei","verdana";border-bottom:1px solid #ddd;margin-bottom:20px;line-height:45px}
#popUpLoginMain .LoginMain li{color:#666;font-size:14px;;margin-bottom:18px;}
#popUpLoginMain .LoginMain li .input{border:1px solid #8C96A1;border-radius:3px 3px;height:35px;line-height:35px;width:357px;margin-left:15px;padding:0px;text-indent:10px}
#popUpLoginMain .LoginMain .loginBtn{padding-left:71px;margin-bottom:2px}
#popUpLoginMain .LoginMain .loginBtn input{width:359px;border-radius:3px 3px;height:37px;line-height:35px;color:#fff;border:0px;padding:0px;font-family:"Microsoft Yahei","verdana";font-size:16px;cursor:pointer}
#popUpLoginMain .LoginMain .loginBtn input:hover{filter:alpha(opacity=90);-moz-opacity:0.9; opacity:0.9;}

#popUpLoginMain .MoreInfo{overflow:hidden;zoom:1;margin-top:10px;}
#popUpLoginMain .MoreInfo a{color:#666;text-decoration:underline;font-size:12px;text-align:center;}
#popUpLoginMain .MoreInfo a:hover{color:#f00}
#popUpLoginMain .MoreInfo div{float:left;margin-left:20px}
#popUpLoginMain .MoreInfo div#loginRegister a{color:#f00}
#popUpLoginMain .MoreInfo div#loginRegister{margin-left:88px;}

/*需要更换的颜色值的*/
.PopUpLoginStyle_1 #popUpLogin-t a.modFontColor:hover{color:#1490FD;}
.PopUpLoginStyle_1 .modBgColor{background:#1490FD}


	#image_style_01_1501763633528 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1501763633528 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1501763633528 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1501763633528 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;}
.logoName{white-space: nowrap;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
/*菜单样式*/
.menuStyle_11{width:100%; position:relative;}
.menuStyle_11 *{box-sizing: border-box;}
.menuStyle_11 .miniMenu *,
.menuStyle_11 .menuUl li *{
	-webkit-transition-duration:.2s; -moz-transition-duration:.2s; -o-transition-duration:.2s; transition-duration:.2s;
	-webkit-transition-property:background,height,padding; -moz-transition-property:background,height,padding; -moz-transition-property:background,height,padding; transition-property:background,height,padding;
	-webkit-transition-timing-function:ease-out; -moz-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out;
}
.menuStyle_11 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_11 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_11 ul,.menuStyle_11 li{padding:0;margin:0px;list-style:none}
.menuStyle_11 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_11 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_11 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl>li{position:relative;}
.menuStyle_11 .menuUl>li>a{position: relative; text-decoration:none;font-size:14px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #333; padding: 10px 0; padding: 10px 1em\0;}
.menuStyle_11 .menuUl>li>a:hover{background: rgba(0,0,0,.05);}
.menuStyle_11 .menuUl #hot>a{color: #2d93ff;}
.menuStyle_11 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_11 .menuUl #hot>a span{color:inherit;}
/*.menuStyle_11 .menuUl>li>a i{position: absolute; right: 10px; top: 50%; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);}*/
.menuStyle_11 .menuLayout .miniMenu{display:none;}
.menuStyle_11 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; background: #fff; width: 100%; height: 0; box-shadow: 0 0 8px rgba(0,0,0,0.2); transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_11 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_11 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;}
.menuStyle_11 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_11 .menuUl02 .subMenu02 {position: relative; color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;}
.menuStyle_11 .menuUl02 .subMenu02.subCurSet{background: #2f94ff; color: #fff;}
.menuStyle_11 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_11 .menuUl02 .subMenu02:hover {background: #2d93ff; color: #fff;}
.menuStyle_11 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_11 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_11 .menuUl03{position: absolute; background: #2f94ff; /*left需要js获取二级的宽*/ top: 0; display: none; box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.22);}
.menuStyle_11 .menuUl03 .subMenu03{color: #fff; padding: 0 15px; line-height: 40px;}
.menuStyle_11 .menuUl03 .subMenu03:hover{background:rgba(0, 0, 0, 0.1);}
.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}
.menuStyle_11 .menuUl03 .subMenu03>a{ color: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_11 .rflex { position: relative;}
.menuStyle_11 .maxWidth{margin: auto;}
.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}

.menuStyle_11 .subBox{position: absolute; left: 0; /*top通过JS获取菜单高度*/ width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_11 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_11 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_11 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_11 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_11 .subBox .subImgsbox{float: left; width: 440px;/*这个宽可被设置*/ height: 160px;}
.menuStyle_11 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_11 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_11 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_11 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(255,255,255,.8); color: #333; font-size: 12px;}
.menuStyle_11 .subBox p{overflow: hidden; float: left;}
.menuStyle_11 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_11 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_11 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #333; line-height: 28px;}
.menuStyle_11 .subBox .subMenu02.subCurSet{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu02:hover,
.menuStyle_11 .subBox .subMenu02:active{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_11 .subBox .subMenu03:hover,
.menuStyle_11 .subBox .subMenu03:active{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu03.thrCurSet{color: #2d93ff;}


/*图标*/
.menuStyle_11 .imgIco{vertical-align: middle; display:inline-block; overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.menuStyle_11 .imgIco img{width:auto; height:100%; vertical-align: top;  position:absolute; top:50%; left:50%;  transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%);}




@media screen and (max-width:640px) {
.menuStyle_11 .imgIco{ margin-right:10px;}	
.menuStyle_11 .menuUl,
.menuStyle_11 .menuUl_box {display:none;}
.menuStyle_11 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_11 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_11 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_11 .miniMenu .leftBox{height: 100%;}
.menuStyle_11 .miniMenu .leftBox .sidebar{font-size:24px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_11 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_11 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_11 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li a{width:calc(100% - 50px); float: left; display:block; text-align:left;color:inherit; text-decoration:none; font-size:inherit; line-height:inherit; height: inherit; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;border-bottom:1px solid rgba(0,0,0,.2);} 
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_11 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(23, 25, 29, 0.95); position: fixed; width: 100%; top: 0; left: 0; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -o-transition: all linear .3s; transition: all linear .3s;}
.menuStyle_11 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_11 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


		#dh_style_01_1481338611909 .menuUl .rflex:hover .menuUl02{width:auto;}
	
	
#dh_style_01_1481338611909 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_01_1481338611909 .maxWidth{max-width:px;}
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_01_1481338611909 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
			#dh_style_01_1481338611909 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
		#dh_style_01_1481338611909 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	}

/*弹窗效果*/
.PopUpLogin #popUpLogin-t ul{overflow:hidden;zoom:1;font-family:"Microsoft YaHei","verdana"}
.PopUpLogin #popUpLogin-t li{float:left;padding:0px 6px;list-style-type:none;}
/* .PopUpLogin #popUpLogin-t li.w{font-size:12px;color:#aaa;line-height:22px;} */
.PopUpLogin li>a{text-decoration:none;color: inherit;font-size: inherit;}
.PopUpLogin .shadows{background:rgba(0,0,0,0.3);width:100%;height:100%;position:fixed;top:0;left:0;z-index:2147483640;display:none;}

.PopUpLogin #userQQLi img{cursor:pointer;vertical-align:middle}
.PopUpLogin #userWXLi img{cursor:pointer}
.PopUpLogin .v9_hide_if_logined a{color: inherit;font-size: inherit;text-decoration:inherit;}

#popUpLoginMain {display:none;background:url(/images/v8/showloginbg.png) left top no-repeat;width:490px;height:280px;padding:8px;border-radius:5px;position:fixed;top:50%;left:50%;margin:-140px 0 0 -245px;z-index:200000;opacity:0;}
#popUpLoginMain .LoginMain{background:#fff;height:240px;border-radius:5px;padding:15px 25px 25px 25px}
#popUpLoginMain .closepopUp{float:right;margin: -5px -5px 0 0;width:30px;height:30px;}

#popUpLoginMain #uLoginName{font-size:18px;font-weight:normal;font-family:"Microsoft Yahei","verdana";border-bottom:1px solid #ddd;margin-bottom:20px;line-height:45px}
#popUpLoginMain .LoginMain li{color:#666;font-size:14px;;margin-bottom:18px;}
#popUpLoginMain .LoginMain li .input{border:1px solid #8C96A1;border-radius:3px 3px;height:35px;line-height:35px;width:357px;margin-left:15px;padding:0px;text-indent:10px}
#popUpLoginMain .LoginMain .loginBtn{padding-left:71px;margin-bottom:2px}
#popUpLoginMain .LoginMain .loginBtn input{width:359px;border-radius:3px 3px;height:37px;line-height:35px;color:#fff;border:0px;padding:0px;font-family:"Microsoft Yahei","verdana";font-size:16px;cursor:pointer}
#popUpLoginMain .LoginMain .loginBtn input:hover{filter:alpha(opacity=90);-moz-opacity:0.9; opacity:0.9;}

.PopUpLogin .Login_after a{font-size: inherit; color: inherit !important;}

#popUpLoginMain .MoreInfo{overflow:hidden;zoom:1;margin-top:10px;}
#popUpLoginMain .MoreInfo a{color:#666;text-decoration:underline;text-align:center;}
#popUpLoginMain .MoreInfo a:hover{color:#f00}
#popUpLoginMain .MoreInfo div{float:left;margin-left:20px}
#popUpLoginMain .MoreInfo div#loginRegister a{color:#f00}
#popUpLoginMain .MoreInfo div#loginRegister{margin-left:88px;}

/*需要更换的颜色值的*/
.PopUpLoginStyle_1 #popUpLogin-t a.modFontColor:hover{color:#1490FD;}
.PopUpLoginStyle_1 .modBgColor{background:#1490FD}

	#image_style_01_1501763961425 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1501763961425 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1501763961425 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1501763961425 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1501764048713 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1501764048713 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1501764048713 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1501764048713 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*多语言链接样式*/
.lang-list {
    padding: 8px 15px;
}
/*.lang-list > .lang-item + .lang-item:before {
    content: "|\00a0";
    padding: 0 5px;
    !* color: #cccccc; *!
}*/
.lang-list  > span{
    padding: 0 5px;
}
.lang-list > .lang-item {
    font-size:14px;
}
    #lang_style_1_1501816268631 .arrowDown{ border-top: 6px solid #333;}
			#lang_style_1_1501816268631 .lang-list{text-align: ;}
	.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }
.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; z-index: 105;}
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid white; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:white; border:0;}
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(../img/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../img/banner/style_01/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}
@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}
@media screen and  (max-width:640px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
	.bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next{width:53px; height:54px;}
}
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;box-sizing: border-box;}
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(1){
	transform: rotateX(0deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(2){
	transform: rotateX(-90deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(3){
	transform: rotateX(-180deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(4){
	transform: rotateX(-270deg) translateZ(150px);
}
.img_url{ position:absolute; width:100%; height:100%; left:0; top:0; display:block; z-index: 100;}
	            

            #banner_style_01_1501561563244 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/upimages/20190508093323687.jpg') center top no-repeat;}
                #banner_style_01_1501561563244 .bannerStyle_1 .main_image .img-item .img_1{background: url('../img/upimages/shoutu398.jpg') center top no-repeat;}
                #banner_style_01_1501561563244 .bannerStyle_1 .main_image .img-item .img_2{background: url('../img/upimages/shou.jpg') center top no-repeat;}
                #banner_style_01_1501561563244 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1501561563244 .bannerStyle_1 .main_image .img-item span{}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1501561563244 .bannerStyle_1 .main_image .img-item span{}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1501561563244 .bannerStyle_1 .main_image .img-item span{}    }

	#image_style_01_1557191492339 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1557191492339 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1557191492339 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1557191492339 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*产品样式*/
.prod_default11{width:100%; clear: both;}
.prod_default11 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default11 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default11 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;overflow: hidden;}
.prod_default11 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default11 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default11 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default11 .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default11 .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.prod_default11 .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default11 .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default11 .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default11 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default11 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default11 .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 16px; color: #242424; line-height: 1.4; width: 100%;}
.prod_default11 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default11 .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default11 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default11 .p_group .p_lb{display: none;}
.prod_default11 .p_line{margin-bottom: 5px; width: 100%;}
.prod_default11 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default11 .p_jg{display: none;}
.prod_default11 .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important; }
.prod_default11 .p_value {color: #2ED2D4; font-size:26px;}
.prod_default11 .zhekou {color: #2ED2D4; font-size:14px;}
.prod_default11 .p_vip {display: block;text-align: left; line-height:20px; white-space: nowrap;}
.prod_default11 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default11 .pro_button {margin: 0; overflow: hidden;float: right;}
.prod_default11 .p_link { float: left; width: 48%; text-align: center;}
.prod_default11 .p_link a {display: block; padding: 10px 15px;}
.prod_default11 .p_cart { text-align: center;}
.prod_default11 .p_cart a {display: block; padding: 10px 15px; background: #2ED2D4; color: #fff;}
.prod_default11 a{text-decoration:none; }  
.prod_default11 .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:12px !important;color:gray !important;}
.prod_default11 .p_price2 .p_jg{font-size:14px;color:gray;}
.prod_default11 .p_price2 .unit{font-size:14px;color:gray;}
.prod_default11 .p_price2 .p_value{font-size:14px;color:gray;}
.prod_default11 .p_price2 .p_value{font-size:14px;color:gray;}

.prod_default11 .btnaSet{border-radius: 22px;}
.prod_default11 .content_left{float: left;}
.prod_default11 .vipSet {color: #2ED2D4; font-size: 22px;} 
.prod_default11 .unitSet {color: #2ED2D4;font-size: 16px;}

.prod_default11 .freeinfo{ clear:both; overflow:hidden;}
.prod_default11 .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }
.clearfix:after {content:"\200B"; display:block; height:0; clear:both; }
.clearfix { *zoom:1; }
/* 拼团 */
.prod_default11 .Collage_ico{ width:40px; height:40px; position:absolute; top:0; left:0; z-index: 10; }
.prod_default11 .Collage_ico img{ width:100%; height:100%; }
.prod_default11 .purchase_top{ width:100%; box-sizing: border-box; padding:10px; background: #2ED2D4; color:white; position:absolute; bottom:0; left:0;}


@media screen and (max-width: 640px){
	.prod_default11 .purchase_top{ padding:5px; }
	.prod_default11 .Collage_ico{ width:25px; height:25px; }
	.prod_default11 .p_price2 {padding-top: 5px;}
	.prod_default11 .prod_info{padding: 6px;}
	.prod_default11 .unit,.prod_default11 .p_vip .v_jg,.prod_default11 .v_unit{font-size: 12px;}

	.prod_default11 .prod .p_detail{display: none !important;}
	.prod_default11 .p_vip {position: relative;text-align: center !important;height: 18px; line-height: 20px;}

	.prod_default11 .p_line{margin-bottom: 0;}
	.prod_default11 .content_left{display:block;margin-top: 0px;text-align: center;width: 100%;}
	.prod_default11 .pro_button {display:block;margin:0; overflow: hidden;text-align: center;width: 100%;}
	.prod_default11 .p_price{float: none;}
	.prod_default11 .btnaSet{line-height: 12px;width: 75%;margin: 0 auto;margin-top: 5px;}
	.prod_default11 .zhekou {color: #2ED2D4; font-size:14px;line-height: 16px;}
}

	.p_detail{white-space: pre-wrap;}
	.p_detail .overhide{white-space: pre-wrap;}
			/*pc*/
		#productList_style_11_1554705711243 li{width: 19.2%;}
		#productList_style_11_1554705711243 li.prod_Item{margin-bottom:1%;}
		@media screen and (max-width: 1024px){/*ipad*/
			#productList_style_11_1554705711243 li{width: 32.666666666667%;}
			#productList_style_11_1554705711243 li.prod_Item{margin-bottom:1%;}
		}
		@media screen and (max-width: 768px){/*mobi*/
			#productList_style_11_1554705711243 li{width: 49.5%;}
			#productList_style_11_1554705711243 li.prod_Item{margin-bottom:1%;}
		}
						 #productList_style_11_1554705711243 .p_detail.pc,#productList_style_11_1554705711243 .p_name.pc {display:block;}
		 #productList_style_11_1554705711243 .p_detail.pad, #productList_style_11_1554705711243 .p_detail.mobile,#productList_style_11_1554705711243 .p_name.pad, #productList_style_11_1554705711243 .p_name.mobile {display:none;}

		 @media screen and (min-width:641px) and (max-width:1200px) {
		 #productList_style_11_1554705711243 .p_detail.pad,#productList_style_11_1554705711243 .p_name.pad {display:block;}
		 #productList_style_11_1554705711243 .p_detail.pc, #productList_style_11_1554705711243 .p_detail.mobile,#productList_style_11_1554705711243 .p_name.pc, #productList_style_11_1554705711243 .p_name.mobile {display:none;}
		 }
		 @media screen and (max-width:640px) {
		 #productList_style_11_1554705711243 .p_detail.mobile,#productList_style_11_1554705711243 .p_name.mobile {display:block;}
		 #productList_style_11_1554705711243 .p_detail.pc, #productList_style_11_1554705711243 .p_detail.pad,#productList_style_11_1554705711243 .p_name.pc, #productList_style_11_1554705711243 .p_name.pad {display:none;}
		 }
	

	/*产品状态  新品  推荐*/
	#productList_style_11_1554705711243 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}



	#productList_style_11_1554705711243 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_11_1554705711243 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_11_1554705711243 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_11_1554705711243 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_11_1554705711243 .submit_div{ display: inline-block; }

	#productList_style_11_1554705711243 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_11_1554705711243 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_11_1554705711243 .page_submit{margin-left:5px;}
	#productList_style_11_1554705711243 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_11_1554705711243 .page_btn{ font-size:12px; }
			#productList_style_11_1554705711243 .submit_div{ display:none; }
		}

			#productList_style_11_1554705711243 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_11_1554705711243 .page{line-height:30px; padding:0 13px;}
		}
	                        .prod_default .v_value {color: #333; font-size: 12px;}
            
     #productList_style_11_1554705711243  .showActivity {display: none !important;}
            #productList_style_11_1554705711243  .btnaSet ,#productList_style_11_1554705711243  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	.imgStyle_11{position:relative; clear: both; width: 100%; height: 100%;}
.imgStyle_11 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.imgStyle_11 ul li.imgItems{position: relative; overflow: hidden !important; width: 19%; box-sizing:border-box; margin-bottom:10px;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	}
.imgStyle_11 ul li .ratio{margin-top: 100%;}
.imgStyle_11 ul li a{}
.imgStyle_11 ul li:hover{z-index: 2; transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);}
.imgStyle_11 ul li a img{position: absolute; width: auto; height: 100%; top: 50%; left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}


.imgStyle_11 .theimgtext{height:30px;line-height: 30px;font-size: 14px;color:black;width:100%;text-align: center;word-break: keep-all;overflow: hidden;text-overflow: ellipsis;}
.imgStyle_11 .theimgdiv{width:100%;height:100%;background-repeat: no-repeat !important;background-position-x: 50% !important;background-position-y: 50% !important;background-size: auto 100% !important;}

.imgShowBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgShowBox img{ position: absolute; width: auto; max-width: 80%; border: 20px solid #fff;top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgShowBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgShowBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgShowBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgShowBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgShowBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imgButton{position: fixed; width: 70%; max-width: 400px; bottom: 15%; left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:nowrap; justify-content:space-between; align-items:center;}
.imgButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
.imgButton span:hover{opacity: .8;}
.imgButton span i{font-size: inherit; line-height: inherit; color:inherit;}
.imgButton span.prevImg, .imgButton span.nextImg, .imgButton span.closeShowPic{ font-size: 40px; width: 50px; height:50px; line-height: 50px;  border-radius: 100%;font-family: serif; background-color: #fff; text-align: center; box-sizing: border-box;}
.imgButton span.prevImg, .imgButton span.nextImg{font-size: 26px; width: 40px; height: 40px; line-height: 40px; text-align: center;}
@media screen and (max-width: 1024px){.imgStyle_11 ul li{width: 24%;}}
@media screen and (max-width: 768px){
	.imgStyle_11 ul li{width: 49%;}
	.imgShowBox img{border-width: 10px;}
	.imgShowBox.scroll img{top:5%; margin-bottom: 10vh;}
}



        /*pc*/
                #image_style_11_1557193577280 ul li .ratio{margin-top: 133%; float: left;}
        #image_style_11_1557193577280  ul li{width: 21.25%;}
        #image_style_11_1557193577280  ul li.imgItems{margin-bottom:5%;}

        @media screen and (max-width: 1024px){/*ipad*/
                #image_style_11_1557193577280 ul li .ratio{margin-top: 133%; float: left;}
        #image_style_11_1557193577280  ul li{width: 23.5%;}
        #image_style_11_1557193577280  ul li.imgItems{margin-bottom:2%;}
        }
        @media screen and (max-width: 768px){/*mobi*/
                #image_style_11_1557193577280 ul li .ratio{margin-top: 133%; float: left;}
        #image_style_11_1557193577280  ul li{width: 49%;}
        #image_style_11_1557193577280  ul li.imgItems{margin-bottom:2%;}
        }
    /*新闻列表样式*/
.boxNewsListStyle_2{width:100%; clear: both;}
.boxNewsListStyle_2 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_2 li{width:100%; list-style:none; margin-bottom:10px; background:#fff;}
.boxNewsListStyle_2 li .clear{clear:both;}
.boxNewsListStyle_2 .sumary_list .newPic{float:left; width:150px; background: #eee; overflow:hidden; position:relative; border:1px solid #eee; box-sizing:border-box;}
.boxNewsListStyle_2 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_2 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_2 .sumary_list .newCont{float:left; width:calc(100% - 150px); padding-left:1em; box-sizing:border-box;}
.boxNewsListStyle_2 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_2 .sumary_list .newName{}
.boxNewsListStyle_2 .sumary_list .newName a{color:#333; text-decoration:none;font-size:16px;padding:15px 0 10px; border-bottom: 1px solid #eee;line-height: 1.4;-webkit-line-clamp: 1;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}
.boxNewsListStyle_2 .sumary_list .newName a:hover{}
.boxNewsListStyle_2 .sumary_list .newB{width:100%; line-height:2; padding-top:.5em;}
.boxNewsListStyle_2 .sumary_list .newSort{color:#f37878; font-size:12px; white-space: nowrap; border-radius:1.5em; margin-right:5px;}
.boxNewsListStyle_2 .sumary_list .newsTime{text-align:right;color:#888; font-size:14px; white-space:nowrap;}
.boxNewsListStyle_2 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_2 .sumary_list .newDetail{width:100%; padding:.6em .6em 0 0;margin-bottom: 0.6em; color:#888; font-size:12px; line-height:1.6;}
.boxNewsListStyle_2 .sumary_list .show_all{width:100%;}
.boxNewsListStyle_2 .sumary_list .show_all a{display:inline-block; margin-top:.4em; text-decoration:underline; font-size:12px;  color:#fff; background: #f37878; padding: 4px 10px; }
/* 分页 */
.boxNewsListStyle_2 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
.boxNewsListStyle_2 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.boxNewsListStyle_2 .page:hover{ background:red; color:white; cursor:pointer;}

@media screen and (max-width:991px){
.boxNewsListStyle_2 .sumary_list .newName{margin:.4em 0;}
}
@media screen and (max-width:768px){
.boxNewsListStyle_2 li{float:left; width:calc((100% - 10px)/2); margin-right:10px;}
.boxNewsListStyle_2 li:nth-child(even){margin-right:0;}
.boxNewsListStyle_2 .sumary_list .newPic{float:none; width:100%;}
.boxNewsListStyle_2 .sumary_list .newCont{float:none; width:100%; padding-left: 0;}
.boxNewsListStyle_2 .sumary_list .newName{margin:.4em 0;}
.boxNewsListStyle_2 .sumary_list .newName a{font-size:14px; }
/*分页*/
.boxNewsListStyle_2 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_2 .page_btn a:nth-last-child(1),.boxNewsListStyle_2 .page_btn a:nth-last-child(2),.boxNewsListStyle_2 .page_btn a:nth-last-child(3){display: inline-block;}
}
@media screen and (max-width:480px){
.boxNewsListStyle_2 li{float:none; width:100%; margin-right:0;}
.boxNewsListStyle_2 .sumary_list .newName{margin:.4em 0;}
.boxNewsListStyle_2 .sumary_list .newName a{font-size:14px;}
}


	#newsList_style_02_1554865831763 .newDetail.pc {display:block;}
	#newsList_style_02_1554865831763 .newDetail.pad, #newsList_style_02_1554865831763 .newDetail.mobile {display:none;}
	#newsList_style_02_1554865831763 .newTitle.pc {display:block;}
	#newsList_style_02_1554865831763 .newTitle.pad, #newsList_style_02_1554865831763 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_02_1554865831763 .newDetail.pad {display:block;}
		#newsList_style_02_1554865831763 .newDetail.pc, #newsList_style_02_1554865831763 .newDetail.mobile {display:none;}
		#newsList_style_02_1554865831763 .newTitle.pad {display:block;}
		#newsList_style_02_1554865831763 .newTitle.pc, #newsList_style_02_1554865831763 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_02_1554865831763 .newDetail.mobile {display:block;}
		#newsList_style_02_1554865831763 .newDetail.pc, #newsList_style_02_1554865831763 .newDetail.pad {display:none;}
		#newsList_style_02_1554865831763 .newTitle.mobile {display:block;}
		#newsList_style_02_1554865831763 .newTitle.pc, #newsList_style_02_1554865831763 .newTitle.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_02_1554865831763 .sumary_list .newPic{width: 0px;}
	#newsList_style_02_1554865831763 .sumary_list .newCont{width: calc(100% - 0px);}
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_02_1554865831763 .sumary_list .newPic{width: 0px;}
	#newsList_style_02_1554865831763 .sumary_list .newCont{width: calc(100% - 0px);}
}
@media screen and (max-width: 640px) {
	#newsList_style_02_1554865831763 .sumary_list .newPic{width: 0px;}
}

/* 新分页 */
#newsList_style_02_1554865831763 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_02_1554865831763 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_02_1554865831763 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_02_1554865831763 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_02_1554865831763 .submit_div{ display: inline-block; }

#newsList_style_02_1554865831763 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_02_1554865831763 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_02_1554865831763 .page_submit{margin-left:5px;}
#newsList_style_02_1554865831763 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
@media screen and (max-width:640px) {
		#newsList_style_02_1554865831763 .page_btn{ font-size:12px; }
		#newsList_style_02_1554865831763 .submit_div{ display:none; }
	}

	#newsList_style_02_1554865831763 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_02_1554865831763 .page{line-height:30px; padding:0 13px;}
	}

.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }
.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; z-index: 105;}
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid white; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:white; border:0;}
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(../img/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../img/banner/style_01/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}
@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}
@media screen and  (max-width:640px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
	.bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next{width:53px; height:54px;}
}
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;box-sizing: border-box;}
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(1){
	transform: rotateX(0deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(2){
	transform: rotateX(-90deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(3){
	transform: rotateX(-180deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(4){
	transform: rotateX(-270deg) translateZ(150px);
}
.img_url{ position:absolute; width:100%; height:100%; left:0; top:0; display:block; z-index: 100;}
	            

            #banner_style_01_1554865994136 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/upimages/QJ6513479729.jpg') center top no-repeat;}
                #banner_style_01_1554865994136 .bannerStyle_1 .main_image .img-item .img_1{background: url('../img/upimages/QJ6739000733.jpg') center top no-repeat;}
                #banner_style_01_1554865994136 .bannerStyle_1 .main_image .img-item .img_2{background: url('../img/upimages/QJ6996193628.jpg') center top no-repeat;}
                #banner_style_01_1554865994136 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1554865994136 .bannerStyle_1 .main_image .img-item span{}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1554865994136 .bannerStyle_1 .main_image .img-item span{}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1554865994136 .bannerStyle_1 .main_image .img-item span{}    }

	#image_style_01_1501984935679 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1501984935679 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1501984935679 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1501984935679 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1557196373819 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1557196373819 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1557196373819 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1557196373819 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
